@charset "utf-8";
a.menu-btn {
    width: 0.13rem;
    height: 0.13rem;
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
    align-items: center;
    justify-content: center;
    float: none;
    border-radius: 50%
}

a.menu-btn.btn2 {
    display: none
}

a.menu-btn .xian {
    display: block;
    height: 0.02rem;
    width: 0.17rem;
    background: #fff;
    border-radius: 0.02rem;
    transition: all 0.4s ease-in-out
}

a.menu-btn.arrow .xian:nth-child(2) {
    display: none
}

a.menu-btn.arrow .xian:nth-child(1) {
    transform: rotate(-45deg);
    width: 0.2rem;
    position: absolute
}

a.menu-btn.arrow .xian:nth-child(3) {
    transform: rotate(45deg);
    width: 0.21rem;
    position: absolute
}

.fixbox.showNav {
    transform: translateY(0);
    visibility: inherit;
}
.fixbox {
    position: fixed;
    z-index: 2;
    background: url(images/fixbg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: translateY(-100%);
    padding: 1.27rem calc(50vw - 7.2rem);
    box-sizing: border-box;
    overflow: hidden;
    visibility: hidden;
}

.fixbox .close {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 50%;
    margin-right: -8.2rem;
    top: 0.55rem;
    cursor: pointer
}

.fixbox .close img {
    width: 0.25rem
}

.fixbox.open {
    display: flex
}

.fixbox {
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between
}

.fixbox a {
    color: #fff
}

.fixbox .wp-menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 1rem;
    min-height: 70%;
    margin-bottom: 0.3rem;
    text-align: center;
    position: relative;
}

.fixbox .wp-menu .menu-link {
    font-size: var(--bigSize);
    line-height: 2
}

.fixbox .site-lang ul li.links a {
    border: 1px solid #ffffff4d;
    line-height: 2
}

.fixbox .wp-menu .sub-menu {
    margin-top: 0.3rem;
    text-align: center
}

.fixbox .wp-menu .sub-menu a {
    font-size: var(--smailSize);
    opacity: 0.8;
    line-height: 2.6
}

.fixbox .searchbox {
    width: auto
}
